Feature: Create a post and add an image
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 51.371s |
Scenario: Create a post and add an image - Scenario PE004
Before
0m 1.248s
Given
I navigate to page "http://localhost:3002/ghost/#/signin"
0m 1.066s
And
I login with "<USER_EMAIL>" and "<USER_PASSWORD>" - Scenario PE004
0m 0.804s
And
I wait
0m 5.157s
When
I click on the Posts tab - Scenario PE004
0m 0.538s
And
I wait
0m 5.134s
And
I click on New Post Button
0m 0.356s
And
I wait
0m 5.117s
And
I create a post with "<POST_TITLE>" and "<POST_CONTENT>"
0m 4.004s
And
I wait
0m 5.123s
And
I add an image with path "<PAGE_IMAGE_PATH>"
0m 0.541s
And
I wait
0m 5.314s
And
I wait
0m 5.272s
And
I wait
0m 5.259s
And
I click update on the published post
0m 0.645s
Then
the post should be updated with the image
0m 0.535s
And
I wait
0m 5.244s
After
0m 0.014s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:3002/ghost/#/signin"
And
I login with "<USER_EMAIL>" and "<USER_PASSWORD>" - Scenario PE004
And
I wait
When
I click on the Posts tab - Scenario PE004
And
I wait
And
I click on New Post Button
And
I wait
And
I create a post with "<POST_TITLE>" and "<POST_CONTENT>"
And
I wait
And
I add an image with path "<PAGE_IMAGE_PATH>"
And
I wait
And
I wait
And
I wait
And
I click update on the published post
Then
the post should be updated with the image
And
I wait
After
NO IMAGE AVAILABLE